home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Education / PC-SiG's World of Education.iso / run / 2770 / equator.h30 < prev    next >
Text File  |  1990-04-04  |  416b  |  19 lines

  1. 30
  2.  
  3.                     External data file format
  4.  
  5.            Data files must be in ASCII and follow the format below:
  6.  
  7.  
  8.      line 1: Description of the data file contents
  9.  
  10.      line 2: Description of X data
  11.  
  12.      line 3: Description of Y data
  13.  
  14.      line 4: Xvalue(1)        Yvalue(1)      Flag
  15.  
  16.      line 5: Xvalue(2)        Yvalue(2)      Flag
  17.  
  18.      line n: Xvalue(n-3)      Yvalue(n-3)    Flag
  19.